home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / completecleanup / cleanup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-06-30  |  2.3 KB  |  53 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Complete Cleanup Trial
  4. AppVerName=Complete Cleanup Trial
  5. AppId=Complete Cleanup Trial
  6. DefaultDirName={pf}\Complete Cleanup Trial
  7. DefaultGroupName=Complete Cleanup Trial
  8. UninstallDisplayIcon={app}\cleant.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\cleant.exe"; DestDir: "{app}"; 
  16. Source: "{app}\cleaning.exe"; DestDir: "{app}"; 
  17. Source: "{app}\download.htm"; DestDir: "{app}"; 
  18. Source: "{app}\index_t.htm"; DestDir: "{app}"; 
  19. Source: "{app}\menu_t.htm"; DestDir: "{app}"; 
  20. Source: "{app}\locked_t.htm"; DestDir: "{app}"; 
  21. Source: "{app}\what_t.htm"; DestDir: "{app}"; 
  22. Source: "{app}\activex_t.htm"; DestDir: "{app}"; 
  23. Source: "{app}\scan_t.htm"; DestDir: "{app}"; 
  24. Source: "{app}\url_t.htm"; DestDir: "{app}"; 
  25. Source: "{app}\enter_t.htm"; DestDir: "{app}"; 
  26. Source: "{app}\saving_t.htm"; DestDir: "{app}"; 
  27. Source: "{app}\aol_t.htm"; DestDir: "{app}"; 
  28. Source: "{app}\order_t.htm"; DestDir: "{app}"; 
  29. Source: "{app}\other_t.htm"; DestDir: "{app}"; 
  30. Source: "{app}\main_t.htm"; DestDir: "{app}"; 
  31. Source: "{app}\auto_t.htm"; DestDir: "{app}"; 
  32. Source: "{app}\search_t.htm"; DestDir: "{app}"; 
  33. Source: "{app}\advant_t.htm"; DestDir: "{app}"; 
  34. Source: "{app}\trails_t.htm"; DestDir: "{app}"; 
  35. Source: "{app}\wipe_t.htm"; DestDir: "{app}"; 
  36. Source: "{win}\rdwinv2.dat"; DestDir: "{win}"; Flags: onlyifdoesntexist 
  37. Source: "{app}\privacy.gif"; DestDir: "{app}"; 
  38. Source: "{app}\sand1.gif"; DestDir: "{app}"; 
  39. Source: "{app}\disclaim.txt"; DestDir: "{app}"; 
  40. Source: "{app}\uninstal.txt"; DestDir: "{app}"; 
  41. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  42. Source: "{app}\skinshark.jpg"; DestDir: "{app}"; 
  43. Source: "{app}\skinsunset.jpg"; DestDir: "{app}"; 
  44. [Run]
  45. Filename: "{app}\readme.txt"; Flags: shellexec 
  46. [Icons]
  47. Name: "{group}\Complete Cleanup Trial"; Filename: "{app}\cleant.exe"; 
  48. Name: "{group}\Download Software"; Filename: "{app}\download.htm"; 
  49. Name: "{group}\Help FAQ"; Filename: "{app}\index_t.htm"; 
  50. Name: "{group}\Disclaim"; Filename: "{app}\disclaim.txt"; 
  51. Name: "{group}\Uninstall Instructions"; Filename: "{app}\uninstal.txt"; 
  52. Name: "{userdesktop}\Complete Cleanup Trial"; Filename: "{app}\cleant.exe"; 
  53.